home *** CD-ROM | disk | FTP | other *** search
/ Internet Tools (InfoMagic) / Internet Tools.iso / archival / mirror / README < prev    next >
Text File  |  1993-06-27  |  2KB  |  58 lines

  1. Mirror is a package written in Perl that uses the ftp protocol to
  2. duplicate a directory hierarchy between the machine it is run on and a
  3. remote host.  It avoids copying files unnecessarily by comparing the
  4. file timestamps and sizes before transfering.  Amongst other things
  5. can optionally compress, gzip, and split files.
  6.  
  7. It was written for use by archive maintainers but can be used by
  8. anyone wanting to transfer a lot of files over ftp.
  9.  
  10.  
  11. INSTALLATION:
  12. IF INSTALLING MIRROR JUST FOR ARCHIVE MAINTENANCE:
  13.  
  14. Normally pick a directory that you want to run mirror from.  Unravel the tar
  15. image in that directory.  Edit the mirror.defaults to reflect local settings.
  16.  
  17. IF YOU ARE PLANNING ON MAKING MIRROR AVAILABLE AS A USER COMMAND:
  18.  
  19. Install into a publically accessible lib area (for example
  20. /usr/local/lib/mirror) and add a symlink from a suitable bin area to
  21. the mirror.pl in the lib directory.  It this is not possible given
  22. your local setup install all the .pl scripts into a lib area that will
  23. be scanned by perl and install the binary in a suitable bin.
  24.  
  25.  
  26. If h2ph has been run for your system then you should probably remove
  27. socket.ph and use the one *meant* for your machine.  If h2ph has not
  28. been run then you should persuade your systems administrators to do
  29. so.  The contents of socket.ph are operating system specific and it is
  30. possible that what works for me will not work for you.
  31.  
  32. AVAILABILITY:
  33. The latest version of mirror is available from:
  34.  
  35.     src.doc.ic.ac.uk [146.169.2.1]
  36.         directory: computing/archiving/mirror
  37.         (shortcut packages/mirror)
  38.     
  39.         ftp.th-darmstadt.de [130.83.55.75]
  40.             directory: pub/networking/mirror
  41.  
  42.  
  43.     ftp.sun.ac.za [146.232.212.3]
  44.         directory: pub/unix/packages/mirror
  45.  
  46.  
  47. RELATED:
  48. Mirror is part of a family of related programs.  The others are ftpmail
  49. and ftpcat.  Ftpmail is a mail responder and ftpcat cats a remote file.
  50. These are to be found in src.doc.ic.ac.uk:packages/ftpmail/
  51. and packages/ftpcat/.
  52.  
  53. If you are interested in developing mirror (not just getting the
  54. latest releases but actually doing work) there is a mailing list
  55. mirror-people@doc.ic.ac.uk.  Subscribe by emailing to
  56. mirror-people-request@doc.ic.ac.uk.   But please do NOT do this unless you
  57. have the time to work on mirror.
  58.